regexp/syntax.parser.parseRepeat (method)

2 uses

	regexp/syntax (current package)
		parse.go#L1001: 			min, max, after, ok := p.parseRepeat(t)
		parse.go#L1107: func (p *parser) parseRepeat(s string) (min, max int, rest string, ok bool) {